projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e64159d
)
(ffap-machine-p-local): Fix editing error.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 13 Oct 1998 15:31:30 +0000
(15:31 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 13 Oct 1998 15:31:30 +0000
(15:31 +0000)
lisp/ffap.el
patch
|
blob
|
history
diff --git
a/lisp/ffap.el
b/lisp/ffap.el
index 2fa1b360dd633284bddba35b43a4454dae696492..f2cdcea9408334cf2b374ba02ee2e017c041b71b 100644
(file)
--- a/
lisp/ffap.el
+++ b/
lisp/ffap.el
@@
-334,7
+334,7
@@
Actual search is done by `ffap-next-guess'."
;; machine, try setting these all to accept or reject.
(defcustom ffap-machine-p-local 'reject ; this happens often
"*What `ffap-machine-p' does with hostnames that have no domain.
-Value should be a symbol, one of `ping', `accept', and `reject'.
+Value should be a symbol, one of `ping', `accept', and `reject'.
"
:type '(choice (const ping)
(const accept)
(const reject))